Scaling layers successively (linking scale values between layers)Use expressions to scale objects successively and at precisely the same interval. This expression is useful for creating a concussion appearance, in which objects appear at a set interval and successively scale up and replace each other. ![]() Linking scale values with a two-second delay between layers To link scale values between three layers:
thisComp.layer("layer name").scale thisComp.layer("layer name").scale.valueAtTime(time-2) thisComp.layer("layer name").scale.valueAtTime(time-4) |